home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.163 < prev    next >
Text File  |  1996-02-12  |  29KB  |  663 lines

  1. Frequently Asked Questions (FAQS);faqs.163
  2.  
  3.  
  4.  
  5. ????+00..03 = "BODY", identifies the start of the audio data.
  6. BODY+00..03 (ULONG) = number of bytes to follow.
  7. BODY+04..NNNNN      = Data, signed bytes, from -128 to +127.
  8.  
  9. 0030: 04030201 02030303 04050605 05060605
  10. 0040: 06080806 07060505 04020202 01FF0000
  11. 0050: 00000000 FF00FFFF FFFEFDFD FDFEFFFF
  12. 0060: FDFDFF00 00FFFFFF 00000000 00FFFF00
  13. 0070: 00000000 00FF0000 00FFFEFF 00000000
  14. 0080: 00010000 000101FF FF0000FE FEFFFFFE
  15. 0090: FDFDFEFD FDFFFFFC FDFEFDFD FEFFFEFE
  16. 00A0: FFFEFEFE FEFEFEFF FFFFFEFF 00FFFF01
  17.  
  18. This small section of the audio sample shows the number ranging from -5 (0xFD)
  19. to +8 (0x08).  Warning: Do not assume that the BODY starts 48 bytes into the
  20. file.  In addition to "VHDR", chunks labeled "NAME", "AUTH", "ANNO", or
  21. "(c) " may be present, and may be in any order.  You will have to check the
  22. byte count in each chunk to determine how many bytes to skip.
  23.  
  24. ------------------------------------------------------------------------
  25. Playing sound on a PC
  26. ---------------------
  27.  
  28. From: Eric A Rasmussen
  29.  
  30. Any turbo PC (8088 at 8 Mhz or greater)/286/386/486/etc. can produce a quality
  31. playback of single channel 8 bit sounds on the internal (1 bit, 1 channel)
  32. speaker by utilizing Pulse-Width-Modulation, which toggles the speaker faster
  33. than it can physically move to simulate positions between fully on and fully
  34. off.  There are several PD programs of this nature that I know of:
  35.  
  36. REMAC  - Plays MAC format sound files.  Files on the Macintosh, at least the
  37.          sound files that I've ripped apart, seem to contain 3 parts.  The
  38.          first two are info like what the file icon looks like and other
  39.          header type info.  The third part contains the raw sample data, and
  40.          it is this portion of the file which is saved to a seperate file,
  41.          often named with the .snd extension by PC users.  Personally, I like
  42.          to name the files .s1, .s2, .s3, or .s4 to indicate the sampling rate
  43.          of the file. (-s# is how to specify the playback rate in REMAC.)
  44.          REMAC provides playback rates of 5550hz, 7333hz, 11 khz, & 22 khz.
  45. REMAC2 - Same as REMAC, but sounds better on higher speed machines.
  46. REPLAY - Basically same as REMAC, but for playback of Atari ST sounds.
  47.          Apparently, the Atari has two sound formats, one of which sounds like
  48.          garbage if played by REMAC or REPLAY in the incorrect mode.  The
  49.          other file format works fine with REMAC and so appears to be 'normal'
  50.          unsigned 8-bit data.  REPLAY provides playback rates of 11.5 khz,
  51.          12.5 khz, 14 khz, 16 khz, 18.5 khz, 22khz, & 27 khz.
  52.  
  53. These three programs are all by the same author, Richard E. Zobell who does
  54. not have an internet mail address to my knowledge, but does have a GEnie email
  55. address of R.ZOBELL.
  56.  
  57. Additionally, there are various stand-alone demos which use the internal
  58. speaker, of which there is one called mushroom which plays a 30 second
  59. advertising jingle for magic mushroom room deoderizers which is pretty
  60. humerous.  I've used this player to playback samples that I ripped out of the
  61. commercial game program Mean Streets, which uses something they call RealSound
  62. (tm) to playback digital samples on the internal speaker. (Of course, I only do
  63. this on my own system, and since I own the game, I see no problems with it.)
  64.  
  65. For owners of 8 Mhz 286's and above, the option to play 4 channel 8 bit sounds
  66. (with decent quality) on the internal speaker is also a reality.  Quite a
  67. number of PD programs exist to do this, including, but not limited to:
  68.  
  69. ModEdit, ModPlay, ScreamTracker, STM, Star Trekker, Tetra, and probably a few
  70. more.
  71.  
  72. All these programs basically make use of various sound formats used by the
  73. Amiga line of computers.  These include .stm files, .mod files
  74. [a.k.a. mod. files], and .nst files [really the same hing].  Also,
  75. these programs pretty much all have the option to playback the
  76. sound to add-on hardware such as the SoundBlaster card, the Covox series of
  77. devices, and also to direct the data to either one or two (for stereo)
  78. parallel ports, which you could attach your own D/A's to.  (From what I have
  79. seen, the Covox is basically an small amplified speaker with a D/A which plugs
  80. into the parallel port.  This sounds very similiar to the Disney Sound System
  81. (DSS) which people have been talking about recently.)
  82.  
  83. ------------------------------------------------------------------------
  84. The EA-IFF-85 documentation
  85. ---------------------------
  86.  
  87. From: dgc3@midway.uchicago.edu
  88.  
  89. As promised, here's an ftp location for the EA-IFF-85 documentation.  It's
  90. the November 1988 release as revised by Commodore (the last public release),
  91. with specifications for IFF FORMs for graphics, sound, formatted text, and
  92. more.  IFF FORMS now exist for other media, including structured drawing, and
  93. new documentation is now available only from Commodore.
  94.  
  95. The documentation is at grind.isca.uiowa.edu [128.255.19.233], in the
  96. directory /amiga/f1/ff185.  The complete file list is as follows:
  97.  
  98. DOCUMENTS.zoo
  99. EXAMPLES.zoo
  100. EXECUTABLE.zoo
  101. INCLUDE.zoo
  102. LINKER_INFO.zoo
  103. OBJECT.zoo
  104. SOURCE.zoo
  105. TP_IFF_Specs.zoo
  106.  
  107. All files except DOCUMENTS.zoo are Amiga-specific, but may be used as a basis
  108. for conversion to other platforms.  Well, I take that tentatively back.  I
  109. don't know what TP_IFF_Specs.zoo contains, so it might be non-Amiga-specific.
  110.  
  111. ------------------------------------------------------------------------
  112. US Federal Standard 1016 availability
  113. -------------------------------------
  114.  
  115. From: Joe Campbell  N3JBC  jpcampb@afterlife.ncsc.mil  74040.305@compuserve.com
  116.  
  117. The U.S. DoD's Federal-Standard-1016 4800 bps code excited linear prediction
  118. voice coder version 3.2 (CELP 3.2) Fortran and C simulation source codes are
  119. now available for worldwide distribution at no charge (on DOS diskettes,
  120. but configured to compile on Sun SPARC stations) from:
  121.  
  122. Bob Fenichel
  123. National Communications System
  124. Washington, D.C.  20305
  125. 1-703-692-2124
  126. 1-703-746-4960 (fax)
  127.  
  128. In addition to the source codes, example input and processed speech files
  129. are included along with a technical information bulletin to assist in
  130. implementation of FS-1016 CELP.  (An anonymous ftp site is being considered
  131. for future releases.)
  132.  
  133. Copies of the FS-1016 document are available for $2.50 each from:
  134.  
  135. GSA Rm 6654
  136. 7th & D St SW
  137. Washington, D.C.  20407
  138. 1-202-708-9205
  139.  
  140. The following articles describe the Federal-Standard-1016 4.8-kbps CELP
  141. coder (it's unnecessary to read more than one):
  142.  
  143. Campbell, Joseph P. Jr., Thomas E. Tremain and Vanoy C. Welch,
  144. "The Federal Standard 1016 4800 bps CELP Voice Coder," Digital Signal
  145. Processing, Academic Press, 1991, Vol. 1, No. 3, p. 145-155.
  146.  
  147. Campbell, Joseph P. Jr., Thomas E. Tremain and Vanoy C. Welch,
  148. "The DoD 4.8 kbps Standard (Proposed Federal Standard 1016),"
  149. in Advances in Speech Coding, ed. Atal, Cuperman and Gersho,
  150. Kluwer Academic Publishers, 1991, Chapter 12, p. 121-133.
  151.  
  152. Campbell, Joseph P. Jr., Thomas E. Tremain and Vanoy C. Welch, "The
  153. Proposed Federal Standard 1016 4800 bps Voice Coder:  CELP," Speech
  154. Technology Magazine, April/May 1990, p. 58-64.
  155.  
  156. For U.S. FED-STD-1016 (4800 bps CELP) _realtime_ DSP code
  157. and information about products using this code, contact:
  158.  
  159. John DellaMorte
  160. DSP Software Engineering
  161. 165 Middlesex Tpk, Suite 206
  162. Bedford, MA  01730
  163. 1-617-275-3733
  164. 1-617-275-4323 (fax)
  165. dspse.bedford@channel1.com
  166.  
  167. DSP Software Engineering's code can run on a DSP Research's Tiger 30 board
  168. (a PC board with a TMS320C3x and analog interface suited to development work)
  169. or on Intellibit's AE2000 TMS320C31 based 3" by 2.5" card.
  170.  
  171. DSP Research                Intellibit
  172. 1095 E. Duane Ave.          P.O. Box 9785
  173. Sunnyvale, CA  94086        McLean, VA  22102-0785
  174. (408)773-1042               (703)442-4781
  175. (408)736-3451 (fax)         (703)442-4784 (fax)
  176.  
  177. From: tobiasr@monolith.lrmsc.loral.com (Richard Tobias )
  178.  
  179. For U.S. FED-STD-1016 (4800 bps CELP) _realtime_ DSP code and
  180. information about products using this code using the AT&T DSP32C and
  181. AT&T DSP3210, contact:
  182.  
  183. White Eagle Systems Technology, Inc.
  184. 1123 Queensbridge Way
  185. San Jose, CA 95120
  186. (408) 997-2706
  187. (408) 997-3584 (fax)
  188. rjjt@netcom.com
  189.  
  190. ------------------------------------------------------------------------
  191. Creative Voice (VOC) file format
  192. --------------------------------
  193.  
  194. From: galt@dsd.es.com
  195.  
  196. (byte numbers are hex!)
  197.  
  198.     HEADER (bytes 00-19)
  199.     Series of DATA BLOCKS (bytes 1A+) [Must end w/ Terminator Block]
  200.  
  201. - ---------------------------------------------------------------
  202.  
  203. HEADER:
  204. =======
  205.      byte #     Description
  206.      ------     ------------------------------------------
  207.      00-12      "Creative Voice File"
  208.      13         1A (eof to abort printing of file)
  209.      14-15      Offset of first datablock in .voc file (std 1A 00
  210.                 in Intel Notation)
  211.      16-17      Version number (minor,major) (VOC-HDR puts 0A 01)
  212.      18-19      2's Comp of Ver. # + 1234h (VOC-HDR puts 29 11)
  213.  
  214. - ---------------------------------------------------------------
  215.  
  216. DATA BLOCK:
  217. ===========
  218.  
  219.    Data Block:  TYPE(1-byte), SIZE(3-bytes), INFO(0+ bytes)
  220.    NOTE: Terminator Block is an exception -- it has only the TYPE byte.
  221.  
  222.       TYPE   Description     Size (3-byte int)   Info
  223.       ----   -----------     -----------------   -----------------------
  224.       00     Terminator      (NONE)              (NONE)
  225.       01     Sound data      2+length of data    *
  226.       02     Sound continue  length of data      Voice Data
  227.       03     Silence         3                   **
  228.       04     Marker          2                   Marker# (2 bytes)
  229.       05     ASCII           length of string    null terminated string
  230.       06     Repeat          2                   Count# (2 bytes)
  231.       07     End repeat      0                   (NONE)
  232.  
  233.       *Sound Info Format:       **Silence Info Format:
  234.        ---------------------      ----------------------------
  235.        00   Sample Rate           00-01  Length of silence - 1
  236.        01   Compression Type      02     Sample Rate
  237.        02+  Voice Data
  238.  
  239.  
  240.   Marker#           -- Driver keeps the most recent marker in a status byte
  241.   Count#            -- Number of repetitions + 1
  242.                          Count# may be 1 to FFFE for 0 - FFFD repetitions
  243.                          or FFFF for endless repetitions
  244.   Sample Rate       -- SR byte = 256-(1000000/sample_rate)
  245.   Length of silence -- in units of sampling cycle
  246.   Compression Type  -- of voice data
  247.                          8-bits    = 0
  248.                          4-bits    = 1
  249.                          2.6-bits  = 2
  250.                          2-bits    = 3
  251.                          Multi DAC = 3+(# of channels) [interesting--
  252.                                        this isn't in the developer's manual]
  253.  
  254. ------------------------------------------------------------------------
  255. RIFF WAVE (.WAV) file format
  256. ----------------------------
  257.  
  258. RIFF is a format by Microsoft and IBM which is similar in spirit and
  259. functionality as EA-IFF-85, but not compatible (and it's in
  260. little-endian byte order, of course :-).  WAVE is RIFF's equivalent of
  261. AIFF, and its inclusion in Microsoft Windows 3.1 has suddenly made it
  262. important to know about.
  263.  
  264. Rob Ryan was kind enough to send me a description of the RIFF format.
  265. Unfortunately, it is too big to include here (27 k), but I've made it
  266. available for anonymous ftp as ftp.cwi.nl:/pub/RIFF-format.
  267.  
  268. And here's a pointer to the official description from Matt Saettler,
  269. Microsoft Multimedia:
  270.  
  271. "The complete definition of the WAVE file format as defined by
  272. IBM/Microsoft is available for anon. FTP from ftp.uu.net in the
  273. vendor/microsoft/multimedia directory."
  274.  
  275. (Rob Ryan's version may actually be an extract from one of the files
  276. stored there.)
  277.  
  278. ------------------------------------------------------------------------
  279. U-LAW and A-LAW definitions
  280. ---------------------------
  281.  
  282. [Adapted from information provided by duggan@cc.gatech.edu (Rick
  283. Duggan) and davep@zenobia.phys.unsw.EDU.AU (David Perry)]
  284.  
  285. u-LAW (really mu-LAW) is
  286.  
  287.           sgn(m)   (     |m |)       |m |
  288.    y=    ------- ln( 1+ u|--|)       |--| =< 1
  289.          ln(1+u)   (     |mp|)       |mp|
  290.  
  291. A-LAW is
  292.  
  293.      |     A    (m )                 |m |    1
  294.      |  ------- (--)                 |--| =< -
  295.      |  1+ln A  (mp)                 |mp|    A
  296.    y=|
  297.      | sgn(m) (        |m |)    1    |m |
  298.      | ------ ( 1+ ln A|--|)    - =< |--| =< 1
  299.      | 1+ln A (        |mp|)    A    |mp|
  300.  
  301. Values of u=100 and 255, A=87.6, mp is the Peak message value, m is
  302. the current quantised message value.  (The formulae get simpler if you
  303. substitute x for m/mp and sgn(x) for sgn(m); then -1 <= x <= 1.)
  304.  
  305. Converting from u-LAW to A-LAW is in a sense "lossy" since there are
  306. quantizing errors introduced in the conversion.
  307.  
  308. "..the u-LAW used in North America and Japan, and the
  309. A-LAW used in Europe and the rest of the world and
  310. international routes.."
  311.  
  312. References:
  313.  
  314. Modern Digital and Analog Communication Systems, B.P.Lathi., 2nd ed.
  315. ISBN 0-03-027933-X
  316.  
  317. Transmission Systems for Communications
  318. Fifth Edition
  319. by Members of the Technical Staff at Bell Telephone Laboratories
  320. Bell Telephone Laboratories, Incorporated
  321. Copyright 1959, 1964, 1970, 1982
  322.  
  323. ------------------------------------------------------------------------
  324. AVR File Format
  325. ---------------
  326.  
  327. From: hyc@hanauma.Jpl.Nasa.Gov (Howard Chu)
  328.  
  329. A lot of PD software exists to play Mac .snd files on the ST. One other
  330. format that seems pretty popular (used by a number of commercial packages)
  331. is the AVR format (from Audio Visual Research). This format has a 128 byte
  332. header that looks like this:
  333.  
  334.         char magic[4]="2BIT";
  335.         char name[8];           /* null-padded sample name */
  336.         short mono;             /* 0 = mono, 0xffff = stereo */
  337.         short rez;              /* 8 = 8 bit, 16 = 16 bit */
  338.         short sign;             /* 0 = unsigned, 0xffff = signed */
  339.         short loop;             /* 0 = no loop, 0xffff = looping sample */
  340.         short midi;             /* 0xffff = no MIDI note assigned,
  341.                                    0xffXX = single key note assignment
  342.                                    0xLLHH = key split, low/hi note */
  343.         long rate;              /* sample frequency in hertz */
  344.         long size;              /* sample length in bytes or words (see rez) */
  345.         long lbeg;              /* offset to start of loop in bytes or words.
  346.                                    set to zero if unused. */
  347.         long lend;              /* offset to end of loop in bytes or words.
  348.                                    set to sample length if unused. */
  349.         short res1;             /* Reserved, MIDI keyboard split */
  350.         short res2;             /* Reserved, sample compression */
  351.         short res3;             /* Reserved */
  352.         char ext[20];           /* Additional filename space, used
  353.                                    if (name[7] != 0) */
  354.         char user[64];          /* User defined. Typically ASCII message. */
  355. ------------------------------------------------------------------------
  356. Xref: bloom-picayune.mit.edu comp.unix.aux:10162 news.answers:4738
  357. Newsgroups: comp.unix.aux,news.answers
  358. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!ira.uka.de!gmd.de!jvnc.net!darwin.sura.net!spool.mu.edu!agate!usenet.ins.cwru.edu!ukma!nsisrv!jagubox!jim
  359. From: jim@jagubox.gsfc.nasa.gov (Jim Jagielski)
  360. Subject: Apple A/UX FAQ List (1/2)
  361. Message-ID: <1335@jagubox.gsfc.nasa.gov>
  362. Followup-To: comp.unix.aux
  363. Summary: Latest posting of FAQ for A/UX
  364. Keywords: FAQ A/UX
  365. Lines: 1030
  366. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  367. Supersedes: <1310@jagubox.gsfc.nasa.gov>
  368. Nntp-Posting-Host: jagubox.gsfc.nasa.gov
  369. Reply-To: jim@jagubox.gsfc.nasa.gov (Jim Jagielski)
  370. Organization: NASA/Goddard Space Flight Center
  371. Date: Mon, 21 Dec 1992 16:30:50 GMT
  372. Approved: news-answers-request@MIT.Edu
  373. Expires: Wed, 6 Jan 1993 00:00:00 GMT
  374.  
  375. Archive-name: aux-faq/part1
  376. Last-modified: Mon Dec 21 11:29:16 EST 1992
  377.  
  378. ++
  379.  
  380. Due to the holidays, I'm posting the A/UX FAQ a few days early... Here's
  381. hoping that everyone has a happy and safe holiday!
  382.  
  383. ++
  384.          This is the Frequently Asked Question (FAQ) list for A/UX 3.0
  385.  
  386.  
  387. This FAQ list is intended to cut down on the number of "often asked questions"
  388. that make the rounds here on comp.unix.aux. Also included you'll find a few
  389. words of wisdom as well as some general information for the A/UX community.
  390. This list assumes that you are familiar with Unix (to some extent) but
  391. are curious about A/UX's eccentricities. The list will concentrate on A/UX
  392. 3.0 but may also have info about previous versions. If you don't understand
  393. something in the FAQ List, and a "Point of Contact" isn't specified, then
  394. contact me and I'll attempt to help or else point you to someone who can.
  395. In any case, let me know how I can make the list more clear.
  396.  
  397. The list will be posted biweekly (every 2 weeks) on comp.unix.aux as well as
  398. news.answers. It is also available via anonymous ftp on jagubox.gsfc.nasa.gov.
  399.  
  400. There is a frozen FAQ that deals with A/UX 2.0.1 which is available via anon-
  401. ftp on jagubox (FAQ.aux.201). This FAQ will be posted monthly (or so) on
  402. comp.unix.aux.
  403.  
  404. This FAQ is "copyrighted" in the same sense that all other FAQs are copy-
  405. righted: the FAQ may be freely redistributed as long as the author's/editor's
  406. name and this notice is included.
  407.  
  408. Send your additions|modifications to Jim Jagielski (jim@jagubox.gsfc.nasa.gov).
  409. (editor's notes are included as <<ED: ...>>)
  410.  
  411. |++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  412. |Significant changes/additions since last posting:
  413. |   Changes signified by "|" in 1st column;
  414. |   Additions by "+" in the 1st column;
  415. |   Deletions by "-" in the 1st column (the line will be
  416. |    deleted in the next posting))
  417. |
  418. | o Broken: new 'tc' up to 3.12
  419. + o Ports: Overseas site for X11R5 added
  420. | o Q&A #5: new 'tc' up to 3.12
  421. | o Q&A #8: Added note about overseas site for X11R5
  422. + o Q&A #56: CommandShell only responds after 2 keyclicks
  423. |
  424. |++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  425.  
  426.  
  427. ===============================================================================
  428.  
  429.                           **** TABLE OF CONTENTS: ****
  430.  
  431. o List of Contributors to A/UX FAQ List
  432. o List of anon-ftp archives for A/UX
  433. o List of what's broken under A/UX 3.0
  434. o List of ported software
  435. o Partial list of compatible shareware|freeware known to work under 3.0
  436. o Hints and Words of Wisdom
  437. o Q&A-
  438.    0)  What's A/UX? Is it any good?
  439.    1)  What's the minimum system I need (CPU, disk and RAM) to run A/UX?
  440.    2)  What's new about A/UX 3.0?
  441.    3)  What's the upgrade path for A/UX 3.0
  442.    4)  What Mac applications are compatible with A/UX?
  443. |  5)  Can I use my Teac|DC2000|DC6000|DAT|etc tape drive under A/UX?
  444.    6)  How come rn|elm|less|etc... acts weird concerning signals? Mainly, their
  445.        support of job-control is less than perfect.
  446.    7)  What screen-savers are compatible with A/UX?
  447. |  8)  Is X11R5 available for A/UX?
  448.    9)  I've noticed that FSF GNU doesn't support A/UX. Does that mean I'll
  449.        miss out on all the neat Gnu-stuff like gcc?
  450.   10)  I have an EtherNet card that works fine under the Macintosh operating
  451.        system but not under A/UX. Why?
  452.   11)  Can I use my scanner under A/UX?
  453.   12)  How come my Login screen is gray, not color?
  454.   13)  Even though I have lot's of swap space and only a little bit is
  455.        being used, I STILL get a lot of messages saying that my swap
  456.        space is running low. What the buzz?
  457.   14)  How can I copy a complete file system from one disk|partition to
  458.        another?
  459.   15)  What's with UUCP?
  460.   16)  How can I log anonymous ftp entries? in.ftpd has a -l option,
  461.        but it doesn't work.
  462.   17)  I'm trying to use a SyQuest drive under A/UX but it refuses to work.
  463.        I keep on getting a "more data than device expected" error message.
  464.        What's wrong?
  465.   18)  I'm unable to start a getty process on a built-in serial port. When
  466.        I use 'setport' to enable the port, I get a "no such device" error.
  467.        Configuring /etc/inittab to respawn getty on the port has no effect.
  468.   19)  I am using and depending on /etc/hosts to do all my hostname resolving
  469.        (i.e. not using named or /etc/resolv.conf). How come I can't mail
  470.        to other hosts, but I can ping|ftp|etc... them?
  471.   20)  My MacOS partition mounts fine under MacOS but it doesn't show up
  472.        under A/UX... Why?
  473.   21)  I've ported Elm (or other mail reader) and it doesn't seem to work.
  474.        Why?
  475.   22)  What 3-button mice work under A/UX (and X)?
  476.   23)  How come when I do a 'df' as a regular user, it shows me a different
  477.        number of free blocks compared to when I run it as 'root'?
  478.   24)  Does A/UX LocalTalk support IP?
  479.   25)  How do I get MPW 3.1 to work? It hangs my system...
  480.   26)  Can I refer to a file on my Mac system from within A/UX?
  481.   27)  How can I adjust the amount of virtual memory available Finder uses?
  482.   28)  Is it worth getting a cache card for the IIci?
  483.   29)  How do I keep command lines that I edit with "backspace" from erasing
  484.        the prompt?
  485.   30)  When I try to mail something, I get the following error message:
  486.        "Cannot read frozen config file: not a typewriter". What's wrong?
  487.   31a) I have MacsBug installed. How can I trigger it?
  488.   31b) Sometimes my MultiFinder environment (and/or CommandShell) freezes
  489.        up; how can I unfreeze it? Should I hit the Interrupt switch?
  490.   32)  Is there an archive of comp.unix.aux out there somewhere?
  491.   33)  My site is not upgraded to EtherTalk Phase 2 yet... can I use Phase 1
  492.        under A/UX?
  493.   34)  What languages are available for A/UX?
  494.   35)  How can I figure out the /etc/disktab entry for my hard disk?
  495.   36)  How come I can't use color under X?
  496.   37)  What are Right-To-Copy and Right-To-Upgrade licenses?
  497.   38)  How do I set up my Mac and A/UX to enable remote logins via a modem
  498.        on tty0?
  499.   39)  How come I can't used 'talk' with some of the other Unix boxes out
  500.        there, and they can't talk to me?
  501.   40)  I'm having trouble transfering files between A/UX and my MacOS disk...
  502.        Also, sometimes things get transfered fine, othertimes not. What's
  503.        going on?
  504.   41)  Using the command shell interface, I'm trying to access some Mac files
  505.        (that have strange names) but I can't; the program returns an error and
  506.        I can't access the file. What's going on?
  507.   42)  How can I reports bugs that I find?
  508.   43)  Which serial cards work under A/UX?
  509.   44)  I heard the the Installer for 3.0 works on "any" 3rd party hard disk.
  510.        Well, it doesn't on mine!
  511.   45)  I'm using a LaserWriter IIg with A/UX and whenever I print some-
  512.        thing to it through 'lpr', the first line of the page is cut off. Why?
  513.   46)  Whenever I try to run xinit (or startx) from the CommandShell I get
  514.        a fatal server error. Why?
  515.   47)  I'm trying to access my tape drive using 'tc' (with something like
  516.        "find . -print | cpio -o > /dev/rmt/tc1") but it doesn't work...
  517.   48)  What CD-ROM drives are compatible with A/UX 3.0?
  518.   49)  Do I install CDEVs and Extensions in the System Folder on MacPartition
  519.        or on the "/" A/UX disk.
  520.   50)  I heard that A/UX requires a special version of System 7 to boot...
  521.        Is this true?
  522.   51)  I've tried to install the CD Remote extension to A/UX so that
  523.        I can play audio CD's, but it doesn't work...
  524.   52)  What CD-ROM formats does A/UX support?
  525.   53)  How can I add printers other than those available via the Chooser?
  526.   54)  After the Mac environment crashes (or when I use MacsBug), the
  527.        Desktop gets all screwed up... Argg!!
  528.   55)  My MacOS partition(s) only show up on the Desktop when I login
  529.        as root. Why?
  530. + 56)  For some reason, my CommandShell only responds to a keyboard
  531. +      event after it receives a second event. For example, typing "a"
  532. +      won't show until I type something else or click the mouse.
  533. +      What gives?
  534.  
  535.  
  536. ===============================================================================
  537.  
  538.                **** List of Contributors to A/UX FAQ List ****
  539.  
  540. The editor would like to thank all the various people who have contributed to
  541. the A/UX FAQ List (both those that submitted questions as well as those who
  542. submitted answers). Also included under the Q&A section are the relevant people
  543. to contact if you have specific questions about specific A/UX items. If I've
  544. left you out, PLEASE E-mail me!
  545.  
  546. Brian Bechtel        (blob@apple.com)
  547. Nick Beser        (beser@aplcomm.jhuapl.edu)
  548. Manuel Bouyssou        (manuel@apple.com)
  549. Vicki Brown        (vlb@apple.com)
  550. John Coolidge        (coolidge@apple.com)
  551. Tony Cooper        (tony@marc.cri.nz)
  552. Bob Denny        (denny@alisa.com)
  553. Eric Dittman        (dittman@skitzo.dseg.ti.com)
  554. John Dundas III        (dundas@salt.jpl.nasa.gov)
  555. Thomas Eberhardt    (thomas@mathematik.uni-Bremen.de)
  556. Ron Flax        (ron@afsg.apple.com)
  557. Marcelo Gallardo    (marcelo@deadzone.princeton.edu)
  558. Ben Goren        (ben@tux.fa.asu.edu)
  559. James Gritton        (gritton@byu.edu)
  560. Jim Jagielski        (jim@jagubox.gsfc.nasa.gov)
  561. Chris Johnson        (cjohnson@brl.mil)
  562. Bill Johnston        (johnston@me.udel.edu)
  563. Ron Johnston        (johnston@apple.com)
  564. Bob Kirby        (kirby@moe.esl.com)
  565. Nicolas Lenz        (nlenz@sdcc13.UCSD.EDU)
  566. Luke Mewburn        (s902113@minyos.xx.rmit.OZ.AU)
  567. Darrell Pfeifer        (spycal!denigma!darrell@cpsc.ucalgary.ca)
  568. William Roberts        (he's moving....)
  569. Alexis Rosen        (alexis@panix.com)
  570. Craig Ruff        (cruff@ncar.ucar.edu)
  571. Jim Ryan        (jryan@adobe.com)
  572. Paul Sander        (paul@sander.uucp)
  573. Kent Sandvik        (ksand@apple.com)
  574. Craig Struble        (cstruble@gnu.ai.mit.edu)
  575. Chuq Von Rospach    (chuq@apple.com)
  576. Jon W{tte        (d88-jwa@nada.kth.se)
  577. Earl Wallace        (earlw@macaux.aux.apple.com)
  578.  
  579.  
  580. ===============================================================================
  581.  
  582.               **** List of anonymous ftp archives for A/UX ****
  583.  
  584. The following sites have A/UX related archives and materials available via
  585. anonymous ftp (see below for more information):
  586.  
  587. afsg.apple.com            (192.1.34.2)
  588.     ports and hacks for A/UX
  589.  
  590. aux.nada.kth.se            (130.237.226.207)
  591.     mirror of A/UX items from:
  592.         afsg.apple.com
  593.         aux.support.apple.com
  594.         jagubox.gsfc.nasa.gov
  595.         wuarchive.wustl.edu
  596.  
  597. aux.support.apple.com        (130.43.6.2)
  598.     comp.unix.aux archives;
  599.     A/UX patches and some ports;
  600.  
  601. jagubox.gsfc.nasa.gov        (128.183.44.1)
  602.     FAQ List;
  603.     bunch of ports, utilities, new mini-inews (1.6);
  604.  
  605. rascal.ics.utexas.edu        (128.83.138.20)
  606.     misc. ports;
  607.     Mac applications, CDEVs, etc...;
  608.  
  609. redstar.dcs.qmw.ac.uk        (192.135.231.4)
  610.     IIci benchmarking results;
  611.  
  612. wuarchive.wustl.edu        (128.252.135.4)
  613.     ports, GNU stuff; (look in systems/aux)
  614.  
  615.  
  616. ===============================================================================
  617.  
  618.               **** List of what's broken under A/UX 3.0: ****
  619.  
  620. BNU/HDB UUCP (the whole thing):
  621.     Severe problems as distributed, such as inability to dialout
  622.     with correctly configured modem, etc...
  623.     ***                 3.0 patch is now available                ***
  624.     ***         on aux.support.apple.com in supported/3.0         ***
  625.     ***     This "patch" is a newer version of HDB (to 1.16)      ***
  626.     ***         and adds some Mega-enhancements as well.          ***
  627.     ***                Thanks to Earl Wallace!!!                  ***
  628.     #### If you snagged version 1.14 from aux.support.apple.com  ####
  629.     ####       then be _sure_ to update to version 1.16.         ####
  630.  
  631. csh:
  632.     Doesn't seem to like filename completion.
  633.  
  634. in.telnetd:
  635.     Leaves ports open and hanging occasionally. Can cause kernel crashes.
  636.     ***                 3.0 patch is now available                ***
  637.     ***         on wuarchive.wustl.edu under systems/aux          ***
  638.     ####  Please note that it appears that this new version has  ####
  639.     ####    some slight bugs in correctly handling Synchs and    ####
  640.     ####     options negotiation. I have only seen this using    ####
  641.     #### VersaTerm Pro 3.6.2 and connecting to myself via telnet ####
  642.  
  643. serial drivers:
  644.     After some use on all Macs (except IIfx and maybe the Quadras)
  645.     the kernel will crash.
  646.     ***  This has been confirmed by Apple but no fix exists yet!! ***
  647.  
  648. tc (tape driver device driver):
  649.     Reports incorrect file number when 'mt' is used to skip
  650.     files (fsf and/or bsf).
  651.     Doesn't allow for additional storage capability of extended
  652.     length tapes or hardware compression tape drives.
  653.     ***    'mt2' written and available on jagubox.gsfc.nasa.gov   ***
  654.     ***        to correct for 'tc's file number confusion         ***
  655.     ***           (although it's not needed due to....)           ***
  656.     ***                                                           ***
  657.     ***       A replacement version of 'tc' has been written      ***
  658.     ***     that fixes these bugs as well as providing support    ***
  659.     ***            for additional drives and capability           ***
  660.     ***                                                           ***
  661.     ***              3.0 replacement is now available             ***
  662. |    ***       on jagubox.gsfc.nasa.gov in pub/NEWtc312.tar.Z      ***
  663.